home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / DIFFERENTS.EXE / scripts / DefineButton2_26 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-08-17  |  74 b   |  7 lines

  1. on(release){
  2.    if(0 < Number(score))
  3.    {
  4.       score -= 5;
  5.    }
  6. }
  7.